Support for fischertechnik TX-controller
Assembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
overrun is a BOOL32 type in C
[This is preliminary documentation and is subject to change.]
API 3.17
GetInIOValue
Function reads the current value of a universal input from the transfer area and makes it
available to an application. The values of the universal inputs come as a response to an IO
request from the ROBO TX Controller and are updated in the transfer area.
Namespace: FischerTechnik.FtMscLib.APIGetInIOValue
Function reads the current value of a universal input from the transfer area and makes it
available to an application. The values of the universal inputs come as a response to an IO
request from the ROBO TX Controller and are updated in the transfer area.
Assembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
Syntax
Parameters
- devId
- Type: FischerTechnik.FtMscLib.Enumurations FtDeviceID
controller ID (master or extension controller)
- ioId
- Type: FischerTechnik.FtMscLib.Enumurations FtInput
index, universal input (0 to 7)
- value
- Type: System Int16
value
- overrun
- Type: System UInt32
overrun message
FALSE: no overrun
TRUE: overrun
Return Value
Type: UInt32[Missing <returns> documentation for "M:FischerTechnik.FtMscLib.API.FtMscLibEx.GetInIOValue(FischerTechnik.FtMscLib.Enumurations.FtDeviceID,FischerTechnik.FtMscLib.Enumurations.FtInput,System.Int16@,System.UInt32@)"]
Remarks
See Also